projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6840310
)
Provide octave-inf.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 12 Mar 1997 00:34:25 +0000
(
00:34
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 12 Mar 1997 00:34:25 +0000
(
00:34
+0000)
lisp/progmodes/octave-inf.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/octave-inf.el
b/lisp/progmodes/octave-inf.el
index be81c8bf2994e265e6e2fa9698ce28849a16801d..12b29550f578b01771602ffa07d33f9250d2d81b 100644
(file)
--- a/
lisp/progmodes/octave-inf.el
+++ b/
lisp/progmodes/octave-inf.el
@@
-347,4
+347,8
@@
directory and makes this the current buffer's default directory."
(inferior-octave-send-list-and-digest '("pwd\n"))
(cd (car inferior-octave-output-list)))
+;;; provide ourself
+
+(provide 'octave-inf)
+
;;; octave-inf.el ends here